home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Special Game Installation Instructions (C)1996, Tech Express, Inc.
- echo ==============================================================
- echo .
- echo This special game must be installed from CD-ROM to your hard drive.
- echo .
- echo In order to play this game from ICON in game menu, this game should
- echo .
- echo be placed in default directory "C:\GAMES\SF3000\"
- echo .
- echo After installation and config your sound card, this game will be
- echo .
- echo ready to play from ICON in game menu.( just click the mouse button)
- echo .
- echo Enjoy the game.
- Echo .
- pause
- copy starfght.zip c:\
- c:
- cd \
- pkunzip -d c:\starfght.zip
- attrib -r c:\starfght.zip
- del c:\starfght.zip
-